ASP.NET Core MVC コントロールヘルプ
CssStyle メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス : CssStyle メソッド
The key of the CSS property
The value of the CSS property
Configurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control.
シンタックス
'宣言
 
Public Function CssStyle( _
   ByVal key As System.String, _
   ByVal value As System.String _
) As TBuilder
public TBuilder CssStyle( 
   System.string key,
   System.string value
)

パラメータ

key
The key of the CSS property
value
The value of the CSS property

戻り値の型

Current builder
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ